Ci Music Online
CIM version 1.1
-
Create online music sites
-
Anti SQL injection, XSS, CSRF, through the filter by CodeIgniter
-
Uploads file audio, video
-
Support play from YouTube, SoundCloud
-
Create Playlist for user
-
Responsive Mobile, Desktop,Laptop,......
-
Ajax
-
High performance
-
Multilingual (default English)
-
Multi-interface
-
Upload sound 2 ways: file, from SoundCloud
-
Upload video 2 ways: file, from Youtube
-
Create Playlists, etc....
-
Multilingual support (default English)
-
Responsive Retina Display Ready, Ajax
-
Nice interface and adaptive layout (Bootstrap 3.2).
Upgdate Version 1.1
What's new?
-
Create album
-
Search album
-
No reload pages
-
No stop music if switch page
-
Change skin AdminCP
-
Fix play youtube
- PHP 5.3 or higher
- Curl
- Mod_rewrite apache
- MySQL
- Language: English
- Skin, stype: Dark
Step 1: Uploads folder "CI_Music version 1.1" in folder "uploads" to hosting or server
Step 2: Open folder "CI_Music MySQL version 1.1" in folder "uploads" import file "ci_music.sql" to MySQL
Step 3: Open file "config.php" in "/application/config/" edit
$config['base_url']="url your website";
Ex:$config['base_url']="http://yourweb.com/";
Step 4: Open file "database.php" in "/application/config/" edit
$db['default']['hostname'] = "Host name";
$db['default']['username'] = "User MySQL";
$db['default']['password'] ="Password MySQL";
$db['default']['database'] = "Database name";
Ex:
$db['default']['hostname'] = "localhost";
$db['default']['username'] = "root";
$db['default']['password'] ="Password;
$db['default']['database'] = "ci_music";
Step 5:CHMOD read & write all folder on "uploads" and folder "cache"
Ex: Server Linux CHMOD 0777
Step 6: Open file .htaccess on root path edit
RewriteRule ^(.*)$ /Folder source/index.php/$1 [L]
Ex:
RewriteRule ^(.*)$ /ci_music/index.php/$1 [L]
Step 7: Run http://yourweb.com/sign-in
Email:admin@admin.com
Password:admin12
If you do not properly account log in step 7, the administrator will not be able to perform step 8
Step 8: Run http://yourweb.com/admincp/login/
Email:admin@admin.com
Password:admin12
Step 1: Please back up the entire database and code.
Step 2: Import database in 'uploads/CI_Music MySQL upgrade 1.0 to 1.1/music_album.sql' to your database
Note: Please overwrite the old version
Step 3: Replace all the old codes by code in the folder 'uploads/CI_Music version 1.1'
Note: Please overwrite the old version
Step 4: Reconfigured as a guide in the new installation
Open folder /application/language/

Open all file and translate to your language

Open file /application/config/config.php
Change
$config['language']='Your folder language';
